home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1997 February / Windows News CD #1 - Fev 97.iso / share / makehelp / exemple / vccp / exemple.def < prev    next >
Encoding:
Text File  |  1997-01-22  |  353 b   |  14 lines

  1. ; exemple.def : Declares the module parameters for the application.
  2.  
  3. NAME         EXEMPLE
  4. DESCRIPTION  'EXEMPLE Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.